C1CollectionViewSource<T> Class
In This Topic
This class is the bridge between
UIKit.UICollectionView and
C1.DataCollection.C1DataCollection<T>. Using this class you'll get built-in sort, filter, grouping, refresh and load-on-demand features.
Object Model
Syntax
'Declaration
Public Class C1CollectionViewSource(Of As Class)
Inherits UIKit.UICollectionViewSource
Implements Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUICollectionViewDataSource, UIKit.IUICollectionViewDelegate, UIKit.IUICollectionViewSource, UIKit.IUIScrollViewDelegate
public class C1CollectionViewSource<> : UIKit.UICollectionViewSource, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUICollectionViewDataSource, UIKit.IUICollectionViewDelegate, UIKit.IUICollectionViewSource, UIKit.IUIScrollViewDelegate
where T: class
Type Parameters
Inheritance Hierarchy
System.Object
Foundation.NSObject
UIKit.UICollectionViewSource
C1.iOS.DataCollection.C1CollectionViewSource<T>
See Also